* {
	margin: 0;
	padding: 0;
}
.breadcrumb {
	position: relative;
	top: 20px;
	padding: 20px 0 20px 0;
	color: rgba(0,0,0,.4)
}
.breadcrumb {
	width: 1440px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #000; 
}
#bar_child_icon_li {
	width: 429px;
	height: 51px;
	text-align: left;
	padding-left: 20px;
}
.navigationBar_child {
	position: absolute;
	background-color: white;
	z-index: 1;
	display: none;
	cursor: pointer;

}
.navigationBar_child>li,
.bar_child_icon {
	position: relative;
	list-style: none;
	font-size: 16px;
	line-height: 51px;
	text-align: center;

}

.navigationBar_child>li {
	min-width: 144px;
	height: 51px;
	cursor: pointer;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: start;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #409EFF;
    outline: 0;
}
.bottom_div {
	display: inline-block;
}
.bottom_div span {
	width: 144px;
	text-align: center;
}
.home {
	width: 100%;
}
.header__h1 {
	opacity: 0;
	height: 0;
}
.header .top {
	 display: flex;
	align-items: center;
	height: 112px;
	padding: 0 241px;
	    justify-content: space-between;
}
.top__left {
	display: flex;
}
.top__left__title {
	margin-right: 30px;
	    cursor: pointer;
}
.top__left__title img {
	width: 238px;
	height: 77px;
}
.top__left__info {
	display: flex;
	border-left: 1px solid #DDDDDD;
	padding-left: 30px;
	align-self: center;
}
.top__left__phone__icon {
	margin-right: 8px;
}
.top__left__phone__icon img {
	width: 37px;
	height: 37px;
}
.top__left__desc {
	display: flex;
    flex-direction: column;
	font-size: 14px;
	font-weight: 400;
}
.top__left__desc--red {
	font-size: 24px;
	font-weight: 700;
	color: #C8161D;
}
.top__left__desc span:last-child {
	font-size: 12px;
	margin-top: 9px;
}
.header .top img {
	display: inline-block;
}
.header .top .ipt {
	position: relative;
	display: flex;
}
.ipt__top {
	flex: 1;
	display: flex;
	background: #f0f0f0;
	padding-right: 13px;
	border-radius: 4px;
}
.header .top .ipt input {
	width: 200px;
	height: 32px;
	border-radius: 3px;
	text-indent: 1em;
	outline: none;
	border: unset;
	background: #f0f0f0;
}
.ipt img {
	align-self: center;
}
.header__info {
	display: flex;
	flex: 1;
	margin-left: 80px;
    align-self: center;
}
.header__info__left, .header__info__right {
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	line-height: 32px;
	padding: 0 17px;
	height: 32px;
	border-radius: 4px;
	box-sizing: border-box;
}
.header__info__right {
	color: #C8161D;
	background: #fff;
	border: 1px solid #C8161D;
	margin-left: 6px;
}
.header__info__left {
	height: 32px;
	color: #fff;
	background: linear-gradient(270.55deg, #FF5F65 0%, #C8171E 100%);
}
.header__info__left:hover, .header__info__right:hover {
	opacity: 0.8;
}
.header__info__left--active, .header__info__right--active {
	background: unset;
	border: unset;
	padding: unset;
}
.header__info__left--active {
	color: #333;
}
.header__info__right--active {
	color: #999;
}
.header__info__right--active:hover {
	color: red;
}
.header__info__separate {
	width: 2px;
	height: 14px;
	background-color: #999999;
	align-self: center;
	margin: 0 10px;
}
.header .bottom {
	height: 75px;
	background-color: #df1c24;
	justify-content: space-between;
	padding: 0 241px;
}
.header .bottom span {
	display: inline-block;
	margin-right: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 75px;
}
.header .bottom span:hover {
	cursor: pointer;
}
.banner {
	position: relative;
	width: 100%;
	height: 400px;
}
.banner img {
	width: 100%;
	height: 400px;
}
.search {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translateX(-50%);
}

.search input {
	height: 60px;
}
.ipt_btn {
	width: 130px;
	border: none !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
}
.search .el-input-group__append {
	transform: translateY(0.5px);
	border-color: #FF5F65 !important;
	background: linear-gradient(270.55deg, #FF5F65 0%, #C8171E 100%);
	border-radius: 0px 4px 4px 0px;
}
.el-select-dropdown__item {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
}
.el-select-dropdown__item.selected {
	color: #DF1C24 !important;
}
/*
.footer {
	color: #fff;
	background-color: #303030;
	overflow: hidden;
}
.footer .top {
	display: flex;
	width: 1440px;
	margin: 100px auto 0;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer .top >div .title {
	margin-bottom: 34px;
	font-size: 16px;
	font-weight: 700;
}
.footer .top .nav .body{
	display: flex;
	flex-wrap: wrap;
	height: 105px;
	width: 380px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.footer .top .nav .body .item {
	font-size: 14px;
	margin-right: 28px;
}
.footer .contact {
	width: 500px;
}
.footer .top .contact .title {
	padding-left: 40px;
}
.footer .top .contact .body{
	box-sizing: border-box;
	height: 156px;
	padding: 0 40px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.footer .top .contact .body p {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.footer .top .contact .body .phone {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
}
.address {
	display: flex;
}
.address span {
	flex: 3;
	font-size: 12px;
	font-weight: 700;
}
.gzh {
	margin-left: 60px;
}
.footer .top .gzh .title {
	margin-bottom: 20px;
}
.gzh .body {
	display: flex;
}
.gzh .body .item {
	margin-right: 50px;
}
.gzh .body .item img {
	width: 150px;
	height: 150px;
	border-radius: 4px;
}
.gzh .body .item p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.footer .mid {
	width: 1440px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer .mid .title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.footer .mid .body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer .mid .body .item {
	width: 279px;
	height: 36px;
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 36px;
	border: 1px solid rgba(255,255,255,.1);
	cursor: pointer;
}
.footer .mid .body .item:hover {
	border-color: #fff;
}
.footer .bottom {
	display: flex;
	width: 1440px;
	margin: 40px auto 80px;
}
.footer .bottom .text {
	margin-left: 27px;
	font-size: 11px;
	line-height: 21px;
	font-weight: 400;
	color: #9B9B9B;
}
.footer .bottom .text div p {
	display: inline-block;
}
.footer .bottom .text div p:first-child {
	margin-right: 20px;
}
*/
.footer {
	background: #303030;
}
.footer__container {
	width: 1440px;
	margin: 0 auto;
	padding: 60px 0px 20px;
	display: flex;
    justify-content: space-between;
}
.footer__left {
	padding-right: 44px;
	border-right: 1px solid rgba(255,255,255, 0.2);
}
.footer__nav-list {
	display: flex;
}
.footer__nav-item { 
	color: #fff;
	margin-right: 38px;
}
.footer__nav-item:first-child {  
	margin-right: 4px;
}
.footer__nav-item:last-child {
	margin-right: unset;
}
.footer__nav-item__label {
	font-size: 18px;
	font-weight: 400;
}
.footer__nav-item__child-item {
	font-size: 14px;
	font-weight: 400;
	color: #BBB;
	margin-top: 16px;
	cursor: pointer;
}
.footer__nav-item__child-item:hover { 
	opacity: 0.8;
}
.footer__nav-item__child-item:first-child {  
	margin-top: 23px;
}
.footer__right {
	flex: 1;
	padding-left: 40px;
	display: flex;
    justify-content: space-between;
}
.footer__subtitle { 
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.footer__info {
	height: 100%;
    display: flex;
    flex-direction: column;
}
.footer__info-list {
	margin-top: 15px;
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer__info-item { 
	font-size: 14px;
	font-weight: 400;
	color: #BBB;
	line-height: 21px;
}
.footer__info-item__label--bold {
	font-weight: 700;
	color: #fff;
}
.footer__qrcode {
	
}
.footer__qrcode-list {
	display: flex;
	margin-top: 20px;
}
.footer__qrcode-item { 
	margin-right: 14px;
}
.footer__qrcode-item__img img {
	width: 96px;
	height: 96px;
	border-radius: 4px;
}
.el-tooltip__popper.is-light {
	border: unset;
}
.footer__qrcode-item__img--tips {
	width: 160px;
	height: 160px;
}
.footer__qrcode-item__name { 
	margin-top: 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #bbb;
}
.footer__copyright {
	width: 1440px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255, 0.2);
	text-align: center;
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
}
.footer__copyright span {
	margin-right: 20px;
}
.footer__copyright span a{ 
	color: #bbb;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
	color: rgba(0,0,0,.4) !important;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
	color: rgba(0,0,0,.9) !important;
}